home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / conhlp.arc / READ.ME < prev   
Text File  |  1989-01-12  |  2KB  |  42 lines

  1.  
  2. CONSOLE HELP VAP
  3.  
  4. This program is a VAP (Value-Added Process) written for Novell NetWare
  5. file servers.  It provides an on-line help facility for file server console
  6. commands. 
  7.  
  8. A console operator may type "HELP" or "?" and get a listing of
  9. different command classifications.  Help in a specific area can be obtained
  10. by typing "? " followed by the first letter of the topic (i.e. help on
  11. printer commands can be accessed by typing "? P" or "? PRINTERS").  This will
  12. show the syntax    of printer console commands.  If more information is wanted
  13. about a particular printer command, then a full-screen description of the
  14. command is available by making a menu selection.
  15.  
  16. To install the VAP on a file server:
  17.  
  18. (1) copy the CONHELP.VAP file to SYS:SYSTEM
  19. (2) copy the CONHELP.DAT file to SYS:PUBLIC
  20. (3) make sure user GUEST is defined with ROS rights in SYS:PUBLIC
  21. (4) bring the file server down and back up again
  22. (5) answer "Y" to 'Value Added processes have been defined.  Do you
  23.     wish to load them?' prompt.
  24.  
  25. To install the VAP on a bridge:
  26.  
  27. (1) copy the CONHELP.VAP file to the same drive/directory as BRIDGE.EXE
  28. (2) copy the CONHELP.DAT file to the root directory of the same drive.
  29. (3) reboot the bridge machine
  30. (4) answer "Y" to 'Value Added processes have been defined.  Do you
  31.     wish to load them?' prompt.
  32.  
  33. This VAP was written using Microsoft C 5.1 and MASM 5.1.  It is meant to show
  34. application developers the basic structure of a VAP, as well as a show a 
  35. subset of API calls available in a VAP.  
  36.  
  37. Tom Brough
  38. API Consultant
  39. Engineering Services
  40. Novell Inc.
  41.  
  42.